import type { Dispatch, SetStateAction } from 'react'; export declare const RightIcon: ({ error, clearable, isEditable, setTime, onChange, }: { error: boolean; clearable?: boolean; isEditable: boolean; setTime: Dispatch>; onChange?: (value: Date | undefined, valuePeriod?: string) => void; }) => import("react").JSX.Element; //# sourceMappingURL=RightIcon.d.ts.map